home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 4.adf / 204inc_h.lzh / clib / cia_protos.h < prev    next >
C/C++ Source or Header  |  1991-03-14  |  833b  |  31 lines

  1. #ifndef  CLIB_CIA_PROTOS_H
  2. #define  CLIB_CIA_PROTOS_H
  3. /*
  4. **    $Filename: clib/cia_protos.h $
  5. **    $Release: 2.04 $
  6. **    $Revision: 1.7 $
  7. **    $Date: 90/07/19 $
  8. **
  9. **    C prototypes. For use with 32 bit integers only.
  10. **
  11. **    (C) Copyright 1990 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14. /* "CiaA.Resource" and "CiaB.Resource" */
  15. #ifndef  EXEC_TYPES_H
  16. #include <exec/types.h>
  17. #endif
  18. #ifndef  EXEC_INTERRUPTS_H
  19. #include <exec/interrupts.h>
  20. #endif
  21. #ifndef  EXEC_LIBRARIES_H
  22. #include <exec/libraries.h>
  23. #endif
  24. struct Interrupt *AddICRVector( struct Library *resource, long iCRBit,
  25.     struct Interrupt *interrupt );
  26. void RemICRVector( struct Library *resource, long iCRBit,
  27.     struct Interrupt *interrupt );
  28. WORD AbleICR( struct Library *resource, long mask );
  29. WORD SetICR( struct Library *resource, long mask );
  30. #endif     /* CLIB_CIA_PROTOS_H */
  31.